home *** CD-ROM | disk | FTP | other *** search
/ AOL File Library: 2,801 to 2,900 / aol-file-protocol-4400-2801-to-2900.zip / AOLDLs / C++ Files Library / Graphic Gems I, II & III (C_C++) / Graphics Gems C Code.sea / GemsIII / README < prev    next >
Text File  |  1992-06-16  |  5KB  |  169 lines

  1.  
  2.     C Code From Graphics Gems III, Academic Press, Inc.
  3.     ==================================================
  4.  
  5.  
  6.     This is a list of the files and directories containing the C code for Graphics Gems III.  
  7.     They are listed in order of their appearance in the book.  Beside each file name is the 
  8.     Gem number, author's name, and Gem title to help you find what you're looking for.  
  9.  
  10.  
  11.     File or            Gem
  12.     Directory          Number   Author and Title of Gem
  13.     ---------          ------   -----------------------
  14.  
  15. I. Image Processing
  16.  
  17.     fastBitmap.c    I.1    Tomas Moller, "Fast Bitmap Stretching"
  18.     comments: ANSI C
  19.  
  20.     filter.c        I.2    Dale Schumacher, "General Filtered Image Rescaling"
  21.  
  22.     bitmap.c        I.3    Dale Schumacher, "Optimization of Bitmap Scaling Operations"
  23.  
  24.     rgbvary.c        I.4    Bragg, "A Simple Color Quantization Pre-processor"
  25.     comments: ANSI C
  26.  
  27.     contour.c        I.6    Tim Feldman, "Generating Iso-Contours from a Pixmap"
  28.  
  29.     scallops8.c        I.9    Eric Furman, "A Fast Boundary Generator for Composited Regions"
  30.  
  31. II. Numerical & Programming Techniques
  32.  
  33.     sqrt.c        II.1    Steve Hill, "IEEE Fast Square Root"
  34.  
  35.     alloc/        II.2    Steve Hill, "A Simple Fast Memory Allocator"
  36.     alloc.c    
  37.     alloc.h
  38.  
  39.     3d.c        II.3    Steven Hanson, "The Rolling Ball"    
  40.     defs.h
  41.  
  42.     interval.C        II.4    Jon Rokne, "Interval Arithmetic"
  43.     comments: C++
  44.  
  45.     cyclic.c        II.6    Alan Paeth, "Fast Generation of Cyclic Sequences"
  46.     comments: macros only, no procedures 
  47.  
  48.     ndline.c        II.10    Badouel / Wuethrich, "Face Connected Line Segment Generation in an N-dimensional Space"
  49.  
  50. III. Modeling and Transformations
  51.  
  52.     quatspin.c        III.1    Jack Morrison, "Quaternion Interpolation with Extra Spin"
  53.  
  54.     rand_rotation.c     III.4    James Arvo, "Fast Random Rotation Matrices"
  55.     comments: ANSI C
  56.  
  57.     urot.c        III.6    Ken Shoemake, "Uniform Random Rotations"
  58.     comments: ANSI C
  59.  
  60.     bzinter.c         III.7   Gershon Elber, "Interpolation using Bezier Curves"
  61.  
  62.     sqfinal.c        III.8    Alan Barr, "Physically Based Superquadrics"
  63.  
  64. IV. 2D Geometry and Algorithms
  65.  
  66.     parelarc.c        IV.1    VanAken / Simar, "A Parametric Elliptical Arc Algorithm"
  67.  
  68.     con2d.c        IV.2    Claudio Rosato, "A Simple Connection Algorithm for 2D Drawing"
  69.  
  70.     circlexc.c        IV.3     Srinivasen, "A Fast Circle Clipping Algorithm"
  71.     comments: ANSI C
  72.  
  73.     Polyintr.c        IV.4    Shaffer, "Exact Computation of Cascaded 2D Intersections"
  74.     comments: ANSI C
  75.  
  76.     fillet.c        IV.5    Robert Miller, "Joining two Lines with a Circular Arc Fillet"
  77.  
  78.     insectc.c        IV.6    Franklin Antonio, "Faster Line Segment Intersection"
  79.  
  80. V. 3D Geometry and Algorithms
  81.  
  82.     partition3d        V.2    Chin, "Partitioning a 3D Convex Polygon with an Arbitrary Plane"
  83.     main.c
  84.     partition.c
  85.     partition.h
  86.  
  87.     pt2plane.c        V.3    Primos Georgiades, "Signed Distance from Point to Plane"
  88.     comments: ANSI C
  89.  
  90.     planeSets.c        V.4    David Salesin, Filippo Tampieri,
  91.     "Grouping Nearly Coplanar Polygons into Coplanar Sets"
  92.  
  93.     newell.c        V.5    Filippo Tampieri, "Newell's Method for Computing the Plane Equation of a Polygon"
  94.  
  95.     pl2plane.c        V.6    Primos Georgiades, "Plane to Plane Intersection"
  96.     comments: ANSI C
  97.  
  98.     trianglecube.c    V.7    Douglas Voorhies, "Triangle-cube Intersection"
  99.     comments: ANSI C
  100.  
  101.     exttest/        V.8    Len Wanger, Mike Fusco, "Fast N-Dimensional Extent Overlap Testing"
  102.     exthit.C
  103.     exthit.h
  104.     ehtest1.C
  105.     comments: C++
  106.  
  107.     simplex/        V.9    Moore, "Subdividing Simplices"
  108.     recur.C
  109.     symm.C
  110.     comments: C++
  111.     
  112.      bezierTri.C    V.11    Dani Lischinski, "Converting Bezier Triangles into Rectangular Patches"
  113.     comments: C++
  114.  
  115. VI. Ray Tracing & Radiosity
  116.  
  117.     bsp.c        VI.1    Sung, "Ray Tracing with the BSP Tree"
  118.  
  119.     intqdr.c        VI.2    Joseph Cychosz, "Intersecting a Ray with a Quadric Surface"
  120.     intell.c
  121.  
  122.     panorama.c        VI.4    Ken Musgrave, "A Panoramic Virtual Screen for Ray Tracing" (doesn't compile)
  123.  
  124.     bounding_volumes.c    VI.5    Ben Trumbore, "Rectangular Bounding Volumes for Popular Primitives"
  125.  
  126.     luminaire/        VI.7    Changyaw Wang, "Physically Correct Direct Lighting for Distribution Ray Tracing" 
  127.     geometry_object.C
  128.     geometry_object.h
  129.     sphere_luminaire.C
  130.     sphere_luminaire.h
  131.     triangle_luminaire.C
  132.     triangle_luminaire.h
  133.     utility.h
  134.     special_instruction
  135.     comments: C++
  136.  
  137.     hemis.c        VI.8    Buming Bian, "Hemisphere Projection of a Triangle"
  138.  
  139.     forfac.c        VI.10    Koehn / Pavicic, "Delta Form Factor Calculation for the Cubic Tetrahedral Algorithm"
  140.  
  141.     accForm.c         VI.11    Filippo Tampieri, "Accurate Form Factor Computation"
  142.  
  143. VII. Rendering
  144.  
  145.     zdepth.c        VII.1    Andrew Woo, "The Shadow Depth Map Revisited" 
  146.  
  147.     fastLinear.c    VII.2    Russell Cheng, "Fast Linear Color Rendering"
  148.  
  149.     edgeCalc.c        VII.3    Russell Cheng, "Edge and Bitmask Calculations for Anti-aliasing"
  150.  
  151.     fastSpan.c        VII.4    Thom Grace, "Fast Span Conversion: unrolling short loops"
  152.     comments: ANSI C
  153.  
  154.     PIR.c        VII.5    Steve Hollasch, "Progressive Image Refinement via Gridded Sampling"
  155.  
  156.     accurate_scan/    VII.6    Kurt Fleischer
  157.     "Accurate Polygon scan Conversion using half-open Intervals"     
  158.     makefile
  159.     dblfixpoint.c
  160.     exhaust.c
  161.     fixpoint.c
  162.     fixpoint.h
  163.     test.c
  164.     tri.c
  165.  
  166.     motblur.c        VII.9    John Snyder, Ronen Barzel, "Motion Blur on Graphics Workstations"
  167.  
  168.     -------------------------------------
  169.